projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff8f1e
)
Support bug-reference-prog-mode
author
Felicián Németh
<felician.nemeth@gmail.com>
Thu, 9 Jan 2020 18:28:08 +0000
(13:28 -0500)
committer
João Távora
<joaotavora@gmail.com>
Thu, 9 Jan 2020 18:28:08 +0000
(18:28 +0000)
* eglot.el (Local Variables): Add bug-reference-bug-regexp and
bug-reference-url-format.
GitHub-reference: close https://github.com/joaotavora/eglot/issues/405
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 888eacc690a8a33fe71c8d41417e1b5d5713101b..1decb2695fca9418b86a5f718794ceb5cb210428 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-2661,5
+2661,7
@@
If INTERACTIVE, prompt user for details."
;;; eglot.el ends here
;; Local Variables:
+;; bug-reference-bug-regexp: "\\(github#\\([0-9]+\\)\\)"
+;; bug-reference-url-format: "https://github.com/joaotavora/eglot/issues/%s"
;; checkdoc-force-docstrings-flag: nil
;; End: